chore(deps): update dependency @rslint/core to ^0.7.2 - #13872
Open
renovate[bot] wants to merge 1 commit into
Open
chore(deps): update dependency @rslint/core to ^0.7.2#13872renovate[bot] wants to merge 1 commit into
renovate[bot] wants to merge 1 commit into
Conversation
renovate
Bot
force-pushed
the
renovate/rslint-core-0.x
branch
2 times, most recently
from
July 16, 2026 09:59
891d199 to
1d83950
Compare
renovate
Bot
force-pushed
the
renovate/rslint-core-0.x
branch
3 times, most recently
from
July 23, 2026 15:03
169f4ba to
5011345
Compare
renovate
Bot
force-pushed
the
renovate/rslint-core-0.x
branch
from
July 27, 2026 02:15
5011345 to
5c928c1
Compare
renovate
Bot
force-pushed
the
renovate/rslint-core-0.x
branch
from
July 28, 2026 11:58
5c928c1 to
da670d7
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
^0.5.3→^0.7.2Release Notes
web-infra-dev/rslint (@rslint/core)
v0.7.2Compare Source
What's Changed
New Features 🎉
require-hookrule by @eryue0220 in #1338Performance 🚀
Bug Fixes 🐞
Document 📖
Other Changes
Full Changelog: web-infra-dev/rslint@v0.7.1...v0.7.2
v0.7.1Compare Source
What's Changed
New Features 🎉
no-conditional-in-testrule by @eryue0220 in #1293Performance 🚀
Bug Fixes 🐞
Refactor 🔨
Other Changes
61aabc2by @fansenze in #131501cbcddby @fansenze in #1331New Contributors
Full Changelog: web-infra-dev/rslint@v0.7.0...v0.7.1
v0.7.0Compare Source
Highlights
Closer ESLint compatibility
Global declarations from
languageOptions.globalsand/* global */comments are now handled consistently across native rules. Target discovery,.gitignorebehavior, and recommended presets for JavaScript, TypeScript, React, import, promise, and Unicorn are also aligned more closely with upstream behavior.Faster linting and LSP feedback
Config discovery now runs in Go, source snapshots are reused across programs, ESLint-plugin pre-pass work is parallelized, single-file LSP linting targets files directly, and comment scans are shared across rules—reducing repeated work, especially in large repositories.
What's Changed
New Features 🎉
prefer-comparison-matcherrule by @eryue0220 in #1236no-restricted-jest-methodsrule by @eryue0220 in #1224no-interpolation-in-snapshotsrule by @eryue0220 in #1284Performance 🚀
Bug Fixes 🐞
classselector must not infer names from anonymous class expressions by @swwind in #1278Refactor 🔨
Other Changes
448614fby @fansenze in #1283New Contributors
Full Changelog: web-infra-dev/rslint@v0.6.5...v0.7.0
v0.6.5Compare Source
What's Changed
New Features 🎉
no-unneeded-async-expect-functionrule by @eryue0220 in #1160no-conditional-expectrule by @eryue0220 in #1167no-restricted-matchersrule by @eryue0220 in #1169Performance 🚀
Bug Fixes 🐞
Document 📖
Other Changes
Full Changelog: web-infra-dev/rslint@v0.6.4...v0.6.5
v0.6.4Compare Source
Highlights
Rslint Node API for In-Memory Linting
Rslint now ships a programmatic Node.js API (
@rslint/core) aligned with ESLint v10's interface. UseRslint#lintFiles/lintTextto lint from scripts, dev servers, or editor integrations — results are ESLint-shaped (LintResult[]withmessages,errorCount,warningCount,output, etc.). Auto-fix is supported viafix: trueplusRslint.outputFixes. Config resolution (overrideConfig, file discovery, normalization) all stays in JS; the Go--apiserver receives only the final resolved config and never reads disk.Fully in-memory linting is also supported through the new
virtualFilesoverlay — source, config, andtsconfig.jsoncan all live in memory with zero disk access, which makes the API a natural fit for playgrounds, web workers, and editor integrations:See the new Node.js API guide for details.
What's Changed
New Features 🎉
prefer-jest-mockedrule by @eryue0220 in #1147prefer-spy-onrule by @eryue0220 in #1148Other Changes
Full Changelog: web-infra-dev/rslint@v0.6.3...v0.6.4
v0.6.3Compare Source
What's Changed
New Features 🎉
prefer-hooks-on-toprule by @eryue0220 in #1107prefer-hooks-in-orderrule by @eryue0220 in #1110no-confusing-set-timeoutrule by @eryue0220 in #1118no-exportrule by @eryue0220 in #1124Bug Fixes 🐞
??operand position with typescript-eslint by @fansenze in #1141Other Changes
@stylisticconformance into per-category suites by @fansenze in [#1113](https://redirect.github.com/web-iConfiguration
📅 Schedule: (UTC)
* 0-3 * * 1)🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.